Skip to content

[SPARK-10237] [MLLIB] update since versions in mllib.fpm#8429

Closed
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-10237
Closed

[SPARK-10237] [MLLIB] update since versions in mllib.fpm#8429
mengxr wants to merge 1 commit into
apache:masterfrom
mengxr:SPARK-10237

Conversation

@mengxr

@mengxr mengxr commented Aug 25, 2015

Copy link
Copy Markdown
Contributor

Same as #8421 but for mllib.fpm.

cc @feynmanliang

@mengxr mengxr changed the title [MLLIB-10237] [MLLIB] update since versions in mllib.fpm [SPARK-10237] [MLLIB] update since versions in mllib.fpm Aug 25, 2015
@feynmanliang

Copy link
Copy Markdown
Contributor

LGTM

@SparkQA

SparkQA commented Aug 25, 2015

Copy link
Copy Markdown

Test build #41551 has finished for PR 8429 at commit fdfdfa7.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class FPGrowthModel[Item: ClassTag] @Since("1.3.0") (
    • class FreqItemset[Item] @Since("1.3.0") (
    • class FreqSequence[Item] @Since("1.5.0") (
    • class PrefixSpanModel[Item] @Since("1.5.0") (
    • abstract class SetOperation(left: LogicalPlan, right: LogicalPlan) extends BinaryNode
    • case class Union(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Intersect(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)
    • case class Except(left: LogicalPlan, right: LogicalPlan) extends SetOperation(left, right)

@mengxr

mengxr commented Aug 25, 2015

Copy link
Copy Markdown
Contributor Author

Merged into master and branch-1.5.

@asfgit asfgit closed this in c619c75 Aug 25, 2015
asfgit pushed a commit that referenced this pull request Aug 25, 2015
Same as #8421 but for `mllib.fpm`.

cc feynmanliang

Author: Xiangrui Meng <meng@databricks.com>

Closes #8429 from mengxr/SPARK-10237.

(cherry picked from commit c619c75)
Signed-off-by: Xiangrui Meng <meng@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants